QuickOPC User's Guide and Reference
Enumeration data
Extensions > Integrated Extensions > OPC UA Complex Data Extension > Generic data and data types > Working with generic data > Generic data kinds > Enumeration data

The enumeration data consists of a numeric, optionally also named value, chosen from a specified set of values. It is represented by an instance of the EnumerationData Class.

The Value Property contains the current enumeration value - an integer (64-bits).

If a data type is associated and it has a name for the value, the name is available in the ValueName Property.

See Also

Recommended